home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
scribble.swf
/
scripts
/
frame_1
/
PlaceObject2_91_3
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-02-20
|
301 b
|
12 lines
onClipEvent(enterFrame){
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
framesLoaded = Math.ceil(loaded / total * 100);
gotoAndStop(framesLoaded);
status.text = framesLoaded + " % completed";
if(framesLoaded >= 99)
{
_root.gotoAndStop(2);
}
}